jade.domain.FIPAAgentManagement
Class APDescription
java.lang.Object
|
+--jade.domain.FIPAAgentManagement.APDescription
- public class APDescription
- extends java.lang.Object
Agent platform description.
- Author:
- Giovanni Rimassa - Universita` di Parma
- See Also:
FIPAAgentManagementOntology
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
APDescription
public APDescription()
setName
public void setName(java.lang.String n)
getName
public java.lang.String getName()
setDynamic
public void setDynamic(java.lang.Boolean d)
getDynamic
public java.lang.Boolean getDynamic()
setMobility
public void setMobility(java.lang.Boolean m)
getMobility
public java.lang.Boolean getMobility()
setTransportProfile
public void setTransportProfile(APTransportDescription aptd)
getTransportProfile
public APTransportDescription getTransportProfile()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
- Returns:
- an SL0-like String representation of this object
toText
public void toText(java.io.Writer w)
- Deprecated. the
toString method should be used instead
of this method.